Mesh file

Mesh files accepted by ICARE are GiD (GiD software). The name of the file is always maillage.msh



GiD msh file format


There is a view of the geometry accepted by ICARE. For more details, check the GiD documentation. You will need to use this information only if you attend to convert your own mesh (generated with your own tool or with a CAD software with no common format with GiD) to this format. However, it is highly recommended to contact IEEA for special needs.


MESH    dimension 3 ElemType Triangle  Nnode 3

Coordinates

1          0.196          0.098            0                        ! list of points : a number and 3 coordinates

2          0.196          0.098            0.00666667        

3          0.196          0.0904615   0

4          0.188462   0.098            0

5          0.189505   0.098            0.01

.......

663      0                 0                    0

664      0                 0                    0.00666667

665      0                 0                    0.0133333

666      0                 0                    0.02

end coordinates


Elements

11        601     602     574  5                                ! list of triangles : a number and the 3 numbers of its vertex

12        312     299     282  5                                ! The last integer is the number of the property assigned to this triangle

13        282     299     265  5                                ! This number is defined in the data.txt file.

.......

1235        9          4       11  1

1236        9        11       18  1

1237    547     576     571  1

1238        5        11         4  1

end elements


MESH    dimension 3 ElemType Linear  Nnode 2

Coordinates                                                ! list of points used by the segments

end coordinates                                        ! may be empty if the points are shared with the triangles


Elements

1        430     432  14                                         ! list of segments : a number and the 2 numbers of its vertex

2        432     433  14                                        ! The last integer is the number of the property assigned to this segment

.......                                                        ! This number is defined in the data.txt file.

9        179     186  21

10      186     195  21

end elements


Copyright © 2015, IEEA